FaLoanApplication 
Logical Entity Name  FaLoanApplication 
Default Table Name  FaLoanApplication 
Physical Only  NO 
Definition 
 
Note 
 

FaLoanApplication Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaLoanApplicationID(PK)    int  NO 
 
SyStudentID(FK)    int  YES 
 
FaLoanID(FK)    int  YES 
 
ApplicationSubmissionReason    char(30)  YES 
 
UnknownLoanAmount    bit  YES 
 
AwardRangeRequestedStartDate    smalldatetime  YES 
 
AwardRangeRequestedEndDate    smalldatetime  YES 
 
SixMonthDefermentOption    bit  YES 
 
SchoolCreditBalanceOption    bit  YES 
 
PreviousApplicationID    char(10)  YES 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
ReconsiderationEligible    bit  YES 
 
PLUSCounselingCompleted    bit  YES 
 
PLUSCounselingCompleteDate    datetime  YES 
 
CreditRequirementsMet    bit  YES 
 
EndorserApproved    bit  YES 
 
PLUSCounselingExpirationDate    datetime  YES 
 
CODCommentCodes    varchar(100)  YES 
 

FaLoanApplication Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_FaLoanApplication_FaLoanApplicationId  PrimaryKey  FaLoanApplicationID 
Uk_FaLoanApplication_FaLoanApplicationID_DateLstMod  Index  FaLoanApplicationID, DateLstMod 
Uk_FaLoanApplication_FaLoanApplicationID_DateAdded  Index  FaLoanApplicationID, DateAdded 
Uk_FaLoanApplication_FaLoanApplicationID_FaLoanID  Index  FaLoanApplicationID, FaLoanID 
Uk_FaLoanApplication_FaLoanApplicationID_SyStudentID  Index  FaLoanApplicationID, SyStudentID 

FaLoanApplication Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
FaLoan  Non-Identifying  Zero or One to Zero or More  FK_FaLoanApplication_FaLoanID_FaLoan_FaLoanID      FaLoanID  NO  YES 
syStudent  Non-Identifying  Zero or One to Zero or More  FK_FaLoanApplication_SyStudentID_SyStudent_SyStudentID      SyStudentID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaLoanApplication_UserID_SyStaff_SyStaffID      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

FaLoanApplication Check Constraints 
Check Constraint Name  CheckConstraint